home *** CD-ROM | disk | FTP | other *** search
- Path: news.Gsu.EDU!gs01maj
- From: gs01maj@panther.Gsu.EDU (Matthew A Johnson)
- Newsgroups: comp.lang.c
- Subject: && operator question
- Date: 15 Feb 1996 02:37:30 GMT
- Organization: Georgia State University
- Message-ID: <4fu69a$b7e@sphinx.Gsu.EDU>
- NNTP-Posting-Host: panther.gsu.edu
- NNTP-Posting-User: gs01maj
- X-Newsreader: TIN [version 1.2 PL2]
-
- if(expression1 && expression2)
- some statement;
-
- My question is, if expression1 is false will expression2 get evaluated at
- all?
-
- ____________________________________________________________________________
- ___ ___ |
- | \/ | Matt Johnson | "Government is not the solution|
- |__|\/| | maj@gsu.edu | to our problems, government |
- .--.__| | http://www2.gsu.edu/~gs01maj | is the problem." |
- |________| | Ronald Reagan |
- ____________________________________________________________________________|
-